Tweak next-page timer
authorjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 16:43:45 +0000 (12:43 -0400)
committerjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 16:43:45 +0000 (12:43 -0400)
which-key.el

index 897eacb2096b03610851e3f5d8a2250f310a3539..c2c89abc296d76476472c9dfcb894f810c07cdfb 100644 (file)
@@ -993,7 +993,7 @@ enough space based on your settings and frame size." prefix-keys)
     (which-key--show-page next-page)
     (let (timer)
       (setq timer
-            (run-with-idle-timer 0.1 t
+            (run-with-idle-timer 0.2 t
              (lambda ()
                (when (or (not (eq real-last-command 'which-key-show-next-page))
                          (and (< 0 (length (this-single-command-keys)))